GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-04-26T08:23:24.7227764+00:00",
"SubmitDate": "2026-04-26T08:23:24.7227764+00:00",
"ReportPeriodStart": "2026-04-26T08:23:24.7227764+00:00",
"ReportPeriodEnd": "2026-04-26T08:23:24.7227764+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "7198a4ee-f4db-4fa4-94bd-c6ede8a136f3",
"Rows": [
{
"ItemId": "cb558238-6e95-468d-98b5-0286a9f6558d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "cb558238-6e95-468d-98b5-0286a9f6558d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "7198a4ee-f4db-4fa4-94bd-c6ede8a136f3",
"Rows": [
{
"ItemId": "cb558238-6e95-468d-98b5-0286a9f6558d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "cb558238-6e95-468d-98b5-0286a9f6558d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"51254803-4ec2-48ae-8b2c-746c369261ba",
"b2bd4e1a-9e4d-4390-b010-731e335d9883"
],
"Approvers": [
"94611a2b-aff4-44ed-82ae-1305300c135a",
"29c22230-d6ab-44f5-addf-51ed2ba03c54"
],
"ApprovedBy": "4d2f8f00-d6ba-4169-9f10-1e239eb5a73c",
"ApprovalDate": "2026-04-26T08:23:24.7227764+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "93914c07-3ea7-4ec6-8bc2-fb8834dbe3bf",
"id": "e4ead186-d6d9-4626-8aa2-2d1359e58510",
"ConfigId": "5ebf159d-a5c6-4cb5-b752-f5603d0da580"
},
{
"GenerationDate": "2026-04-26T08:23:24.7227764+00:00",
"SubmitDate": "2026-04-26T08:23:24.7227764+00:00",
"ReportPeriodStart": "2026-04-26T08:23:24.7227764+00:00",
"ReportPeriodEnd": "2026-04-26T08:23:24.7227764+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "7198a4ee-f4db-4fa4-94bd-c6ede8a136f3",
"Rows": [
{
"ItemId": "cb558238-6e95-468d-98b5-0286a9f6558d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "cb558238-6e95-468d-98b5-0286a9f6558d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "7198a4ee-f4db-4fa4-94bd-c6ede8a136f3",
"Rows": [
{
"ItemId": "cb558238-6e95-468d-98b5-0286a9f6558d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "cb558238-6e95-468d-98b5-0286a9f6558d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"51254803-4ec2-48ae-8b2c-746c369261ba",
"b2bd4e1a-9e4d-4390-b010-731e335d9883"
],
"Approvers": [
"94611a2b-aff4-44ed-82ae-1305300c135a",
"29c22230-d6ab-44f5-addf-51ed2ba03c54"
],
"ApprovedBy": "4d2f8f00-d6ba-4169-9f10-1e239eb5a73c",
"ApprovalDate": "2026-04-26T08:23:24.7227764+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "93914c07-3ea7-4ec6-8bc2-fb8834dbe3bf",
"id": "e4ead186-d6d9-4626-8aa2-2d1359e58510",
"ConfigId": "5ebf159d-a5c6-4cb5-b752-f5603d0da580"
}
]